net/http.http2pipe.b (field)
14 uses
net/http (current package)
h2_bundle.go#L3871: b http2pipeBuffer // nil when done reading
h2_bundle.go#L3893: p.b = b
h2_bundle.go#L3899: if p.b == nil {
h2_bundle.go#L3902: return p.b.Len()
h2_bundle.go#L3917: if p.b != nil && p.b.Len() > 0 {
h2_bundle.go#L3918: return p.b.Read(d)
h2_bundle.go#L3925: p.b = nil
h2_bundle.go#L3952: if p.b == nil {
h2_bundle.go#L3955: return p.b.Write(d)
h2_bundle.go#L3990: if p.b != nil {
h2_bundle.go#L3991: p.unread += p.b.Len()
h2_bundle.go#L3993: p.b = nil
h2_bundle.go#L6279: b: &http2dataBuffer{expected: req.ContentLength},
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)